From 694ba1298ed85ffd8ae6fc8c342c9e7f360d0baa Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Fri, 27 May 2016 09:27:53 +0200 Subject: [PATCH] x11: Replace RROutput with XID as used in GdkX11Monitor This avoids an unconditional use of XRandr symbol. --- gdk/x11/gdkscreen-x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/x11/gdkscreen-x11.c b/gdk/x11/gdkscreen-x11.c index 3e608bf83e..34dfcccd58 100644 --- a/gdk/x11/gdkscreen-x11.c +++ b/gdk/x11/gdkscreen-x11.c @@ -368,7 +368,7 @@ check_is_composited (GdkDisplay *display, } static GdkX11Monitor * -find_monitor_by_output (GdkX11Display *x11_display, RROutput output) +find_monitor_by_output (GdkX11Display *x11_display, XID output) { int i; -- 2.30.2